
*{
	margin: 0;
	padding: 0;
	font-family: arial;
}
img{
	vertical-align: top;
	border: none;
}
ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
#head{
	width: 100%;
	height: 100px;
}
#head .nav{
	width: 79.43%;
	min-width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#head .nav_logo{
	width: 14.56%;
	height: 100px;
	float: left;
	position: relative;
}
#head .nav_logo img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#head .nav_div1{
	height: 50px;
	width: 226px;
	position: absolute;
	right: -230px;
	top: 20px;
	transition: .2s;
}
#head .nav_div1 input[type=text]{
	height: 28px;
	width: 188px;
	border: 1px solid #e8412f;
	float: left;
	outline: none;
	font-size: 14px;
	color: #505050;
	line-height: 28px;
	text-indent: 10px;
}
#head .nav_div1 input[type=submit]{
	height: 30px;
	width: 30px;
	float: left;
	background: #e8412f;
	border: none;
	outline: none;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
#head .nav_div2{
	height: 50px;
	float: right;
	z-index: 1;
	background: #fff;
}
#head .nav_div2 a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
#head .nav_div2 a.cn{
	background: #575757;
}
#head .nav_div2 a.en{
	background: #e8412f;
}
#head .nav_div2 a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#head .nav_div2 img{
	width: 17px;
	height: 18px;
	margin-top: 27px;
}
#head .nav_list{
	width: 85%;
	height: 100px;
	float: right;
	/*position: relative;*/
}
#head .nav_div{
	height: 50px;
	position: relative;
	overflow: hidden;
}
#head .ce_menu{
	height: 50px;
	text-align: right;
	font-size: 0;
}
#head .ce_menu li{
	padding-top: 11px;
	height: 39px;
	display: inline-block;
}
#head .ce_menu li:nth-of-type(-n+10){
	margin-right: 4%;
}

@media screen and (max-width: 1540px){
  #head .ce_menu li:nth-of-type(-n+10){
  margin-right: 3%;
}
}


#head .ce_menu li a{
	font-size: 14px;
	line-height: 14px;
	color: #505050;
	text-align: center;
	padding-bottom: 22px;
	border-bottom: 2px solid #fff;
}
#head .ce_menu li a:hover{
	color: #e8412f;
	border-bottom: 2px solid #e8412f;
}
#head .ce_menu li a.active{
	color: #e8412f;
	border-bottom: 2px solid #e8412f;
}

/*回顶部*/

.back_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 5000;
}
.back_top img{
	width: 60px;
	height: 60px;
}




#head .ce_menu .nav_xiala{
	min-width: 1200px;
	height: 0;
	position: absolute;
	left: 0;
	background: rgba(232,65,47,.6);
	top: 100px;
	text-align: center;
	overflow: hidden;
	z-index: 100;
}
#head .ce_menu .nav_xiala a{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: 20px;
	border: none;
	padding: 0;
	margin-top: 15px;
}
#head .ce_menu .nav_xiala a:hover{
	border: none;
}
#head .ce_menu .nav_xiala a div{
	width: 150px;
	height: 120px;
	background: #fff;
	position: relative;
}
#head .ce_menu .nav_xiala a div img{
	max-width: 120px;
	max-height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#head .ce_menu .nav_xiala a p{
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
#head .ce_menu .nav_xiala a:hover p{
	opacity: .8;
}